sched: avoid cpumasks on stack in sched/core.c
authorJuergen Gross <jgross@suse.com>
Fri, 24 Jan 2020 09:30:05 +0000 (10:30 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 24 Jan 2020 09:30:05 +0000 (10:30 +0100)
commite301cd9b0f05b0fe3f329a3bd3663618380a1310
tree45e2865291e5f710096fb651195418368f3d68fe
parent67de3c5df067c6fcdc7c452752c1a14863d9b1c8
sched: avoid cpumasks on stack in sched/core.c

There are still several instances of cpumask_t on the stack in
scheduling code. Avoid them as far as possible.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/sched/core.c